home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode4.swf / scripts / DefineButton2_1057 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2007-03-20  |  145 b   |  10 lines

  1. on(release){
  2.    if(3 < eval("/Variables:InvNb"))
  3.    {
  4.       tellTarget("ControlFleche")
  5.       {
  6.          gotoAndPlay(1);
  7.       }
  8.    }
  9. }
  10.